home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 #27 / q27.d81 / t.dt128 docs 6 < prev    next >
Encoding:
Text File  |  1991-01-01  |  16.6 KB  |  483 lines

  1.  
  2.  
  3.  Disk Copier
  4.  -----------
  5.  
  6.     This utility is a single device fast data copier.  Use this to copy
  7. standard diskettes.
  8.  
  9. Disk Directory:
  10.  
  11.      Shows the directory of the disk in the current device.
  12.  
  13. Device:
  14.  
  15.      This is the device accessed by this module.  When you enter this
  16. module this option is automatically set to the default device specified in
  17. "Disk Functions."
  18.  
  19. Start Track:
  20.  
  21.      This is the track at which copying/verifying begins.
  22.  
  23. End Track:
  24.  
  25.      This is the last track to be copied/verified.
  26.  
  27. Verify:
  28.  
  29.      "No"   No verify is performed during the copy process.
  30.      "Yes"  The backup is verified during the copy process.
  31.      "Only" Allows you to compare two disks.  With this option no write
  32. pass occurs.  For a sector by sector verify see DISK COMPARE.
  33.  
  34. Copy Disk:
  35.  
  36.      Select this option to copy or verify a disk.  You can abort a copy at
  37. any prompt by pressing the escape key.
  38.  
  39.      When you copy a disk you will see 3 colored bars near the lower part
  40. of the screen, 1 bar each for the read, write, and verify (if selected)
  41. passes.  After each pass the appropriate bar will show the error status of
  42. the pass.  Asterisks '*' mean that at least one error occurred on the
  43. corresponding track.
  44.  
  45. Notes:
  46.  
  47. As of this writing this module supports the 1541 only.  If you attempt to
  48. access any device other than a 1541 you will get a "Device not present"
  49. error.
  50.  
  51. This utility uses the capture buffer for a data buffer.  Before you copy a
  52. disk make sure that the buffer does not contain any important information
  53. in it or it will be wiped out!
  54.  
  55. After a copy is done you will see a "press return" prompt.  When you press
  56. return the device is initialized with the "i0" string.  Make sure there is
  57. a disk in the device that is properly formatted or a "bump" may occur.  If
  58. you copied an entire disk simply leave the destination disk in the device
  59. and press return.  If you aborted a copy, or copied only a part of a disk,
  60. you should place a formatted disk in the device before pressing return.
  61.  
  62.  
  63.  Dual Disk Drive Copier
  64.  ----------------------
  65.  
  66.     This utility is a multi-device fast disk copier.  Use this to copy
  67. standard diskettes.
  68.  
  69. Disk Directory:
  70.  
  71.      Shows the directory of the disk in the current device.
  72.  
  73. Source Device:
  74.  
  75.      Place the disk to be copied in this device.
  76.  
  77. Destination Device:
  78.  
  79.      Place a disk (formatted or unformatted) in this drive.  The disk in
  80. the source device will be copied to here.
  81.  
  82. Start Track:
  83.  
  84.      This is the track at which copying/verifying begins.
  85.  
  86. End Track:
  87.  
  88.      This is the last track to be copied/verified.
  89.  
  90. Verify:
  91.  
  92.      "Read"   Each block is read verified only.
  93.      "Write"  Each block is write verified only.
  94.      "R/W"    Each block is read and write verified (full verification)
  95.      "None"   Nothing is verified.
  96.  
  97. Copy Disk:
  98.  
  99.      Select this option to copy a disk.
  100.  
  101. Notes:
  102.  
  103. As of this writing this module supports the 1541 only.  If you attempt to
  104. access any device other than a 1541 you will get a "Device not present"
  105. error.  Before you use this utility you should make sure that the
  106. destination device has been used since power up.  This will avoid a
  107. possible "bump" at the start of the copy process.  Why a "bump?"  The 1541
  108. has no way of knowing where the read/write head is until it accesses a
  109. disk.  From that point on the device "remembers" where the head is located.
  110. Finding the first track for the copy is simple math.  If the first track to
  111. be written is track 1, and the head is currently at track 2, the routine
  112. simply moves the head 1 track.  If, however, the device wasn't used since
  113. power up, the head could be anywhere, so the DOS routines in this module
  114. turn control over to the 1541 to perform its built-in "seek" function in
  115. order to determine the head position.  In this case, a seek done on an
  116. unformatted disk will cause a "bump" (OUCH!)
  117.  
  118.  
  119.  Nibbler
  120.  -------
  121.  
  122.     This utility is a single drive disk nibbler.  Use this utility to copy
  123. DOS protected 1541 diskettes.
  124.  
  125. Disk Directory:
  126.  
  127.      Shows the directory of the disk in the current device.
  128.  
  129. Device:
  130.  
  131.      This is the device accessed by this module.  When you enter this
  132. module this option is automatically set to the default device specified in
  133. "Disk Functions."
  134.  
  135. Start Track:
  136.  
  137.      This is the track at which copying begins.
  138.  
  139. End Track:
  140.  
  141.      This is the last track to be copied.
  142.  
  143. Track Increment:
  144.  
  145.      This option is normally "1.0" for full-track stepping.  You can set
  146. this option to "0.5" to copy "half-tracks."  For example, if this option is
  147. set to 1.0 and your start track is 1.0, you will copy tracks 1.0, then 2.0,
  148. 3.0, etc.  If the track increment was 0.5, you would copy tracks 1.0, 1.5,
  149. 2.0, 2.5, etc.
  150.  
  151. Header Gap Size:
  152.  
  153.      This option allows you to set the header gap size for the destination
  154. disk.  The header gap provides spacing between the header block and data
  155. block.  The standard header gap length is 8 bytes.  Although this option
  156. allows you to vary the header gap size from 1 to 16 bytes, you should not
  157. use any value other than 8 unless you are sure you want a different size.
  158. The standard dos format uses an 8 byte header gap.
  159.  
  160. Tail Gap Size:
  161.  
  162.      This option allows you to set the tail gap size.  The tail gap
  163. provides spacing between the end of a data block and the start of the
  164. header block of the next sector (inter-sector spacing).  There is no
  165. "standard" tail gap size, as the tail gap is dependent on the speed of your
  166. drive.  The standard dos format command will use a value of at least 4, but
  167. not more than 12 bytes.
  168.  
  169. Copy Disk:
  170.  
  171.      Select this option to nibble copy a disk.  You can abort a copy at any
  172. prompt by pressing the ESCape key.  When you copy a disk you will see 2
  173. colored bars near the lower part of the screen.  The green bar shows which
  174. tracks have already been read from the source disk.  The red bar shows
  175. which tracks have been written to the destination disk.
  176.  
  177. Notes:
  178.  
  179.     This utility uses the capture buffer for a data buffer.  Before you
  180. copy a disk make sure that the buffer does not contain any important
  181. information in it or it will be wiped out!  After a copy is done you will
  182. see a "press return" prompt.  When you press RETURN the device is
  183. initialized with the "i0" string.  Make sure there is a disk in the drive
  184. that is properly formatted or a "bump" may occur.  If you copied an entire
  185. disk simply leave the destination disk in the drive and press RETURN.  If
  186. you aborted a copy, or copied only a part of a disk, you should place a
  187. formatted disk in the drive before pressing RETURN.
  188.  
  189.     As of this writing this module supports the 1541 only.  If you attempt
  190. to access any device other than a 1541 you will get a "Device not present"
  191. error.
  192.  
  193.  
  194.  Dual Drive Nibbler
  195.  ------------------
  196.  
  197.     This utility is a multi-drive disk nibbler.  Use this utility to copy
  198. DOS protected 1541 diskettes.
  199.  
  200. Disk Directory:
  201.  
  202.      Shows the directory of the disk in the source device.
  203.  
  204. Source Device:
  205.  
  206.      Place the disk to be copied in this drive.
  207.  
  208. Destination Device:
  209.  
  210.      Place a disk (formatted or unformatted) in this device.  The disk in
  211. the source device will be copied to this device.
  212.  
  213. Start Track:
  214.  
  215.      This is the track at which copying begins.
  216.  
  217. End Track:
  218.  
  219.      This is the last track to be copied.
  220.  
  221. Track Increment:
  222.  
  223.      This option is normally "1.0" for full-track stepping.  You can set
  224. this option to "0.5" to copy "half-tracks."  For example, if this option is
  225. set to 1.0 and your start track is 1.0, you will copy tracks 1.0, then 2.0,
  226. 3.0, etc.  If the track increment was 0.5, you would copy tracks 1.0, 1.5,
  227. 2.0, 2.5, etc.
  228.  
  229. Header Gap Size:
  230.  
  231.      This option allows you to set the header gap size for the destination
  232. disk.  The header gap provides spacing between the header block and data
  233. block.  The standard header gap for a 1541 is 8 bytes.  Although this
  234. option allows you to vary the header gap size from 1 to 16 bytes, you
  235. should not use any value other than 8 unless you are sure you want a non-
  236. standard size.
  237.  
  238. Tail Gap Size:
  239.  
  240.      This option allows you to set the tail gap size.  The tail gap
  241. provides spacing between the end of a data block and the start of the
  242. header block of the next sector (inter-sector spacing).  There is no
  243. "standard" tail gap size, as the tail gap is dependent on the speed of your
  244. drive.
  245.  
  246.     The standard dos format command will use a value of at least 4, but not
  247. more than 12 bytes.
  248.  
  249. Copy Disk:
  250.  
  251.      Select this option to nibble copy a disk.  After a copy has completed
  252. you will see an error report for both the read and write operations.
  253.  
  254. Notes:
  255.  
  256.      Before you use this routine you should make sure that the destination
  257. device has been used since power up.  This will avoid a "bump" at the start
  258. of the copy.  Why a "bump?"  The 1541 has no way of knowing where the
  259. read/write head is until it accesses a disk.  From that point on the device
  260. "remembers" where the head is located.  Finding the first track for the
  261. copy is simple math.  If the first track to be written is track 1, and the
  262. head is currently at track 2, the routine simply moves the head 1 track.
  263. If, however, the device wasn't used since power up, the head could be
  264. anywhere, so the routines in this module turn control over to the 1541 to
  265. perform its built in "seek" function in order to determine the head
  266. position.  In this case, a seek done on an unformatted disk will cause a
  267. "bump" (OUCH!)
  268.  
  269.      The read and write error report is only an indication that the nibbler
  270. routines worked normally.  Even if you get no errors, there is no guarantee
  271. that the backup was 100% successful.  Many protection schemes will thwart
  272. even the best nibblers.  The only way to know if the backup worked is to
  273. try to run the program using the backup.
  274.  
  275.     The clock will not run while the routine is working.
  276.  
  277.      As of this writing this module supports the 1541 only.  If you attempt
  278. to access any device other than a 1541 you will get a "Device not present"
  279. error.
  280.  
  281.  
  282.  File Copier
  283.  -----------
  284.  
  285.     This module is a single/multi-drive fast file copier.  There are
  286. actually 3 file copiers.  The 1541 version copies file to and from 1541's
  287. only.  The 1571 and 1581 versions work with all 3 devices.  The text below
  288. refers to the 1541 version.
  289.  
  290. Disk Directory:
  291.  
  292.      Displays the directory of the source device.
  293.  
  294. Source Device:
  295.  
  296.      The device where the files to be copied are located.
  297.  
  298. Destination Device:
  299.  
  300.      Files are copied to this device.  If this device is the same as the
  301. source device you will be asked to swap disks.
  302.  
  303. Copy Files:
  304.  
  305.      When you select this option you will see a listing of all sequential
  306. and program files in a window.  You must select which files to copy.  Use
  307. the cursor or arrow up and down keys to move the cursor.  To select a file
  308. press the space bar.  When a file is selected you will see a check mark
  309. before the file name.  At the far right of the file name you will see the
  310. block size for each file.  At the bottom of the window you can see how many
  311. files you have selected and the total number of blocks to be transferred.
  312. Make sure there is enough room on the destination disk before you begin
  313. copying.
  314.  
  315.  Command Summary:
  316.  
  317.  Space Bar       Select/De-select a file
  318.  Cursor up/down  move cursor up and down
  319.  Cursor Right    move down 6 files
  320.  Cursor Left     move up 6 files
  321.  Home            press once moves cursor to top of window
  322.                  press twice to move to first file
  323.  A               select all files
  324.  T               toggle select status of all files
  325.  S               change save skew
  326.  RETURN          begin copying
  327.  ESCape          return to main menu (can be used at all prompts).
  328.  
  329.     For multi-drive copies you can use the RUN/STOP key to abort.  It is
  330. only recognized after a full pass has completed.  Hold the key down until
  331. it is recognized.
  332.  
  333.  The following refers to the 1571 and 1581 file copiers:
  334.  
  335. The 1571 and 1581 file copiers are functionally the same as each other with
  336. one exception: The 1571 copier adds the "m" command for selecting files.
  337. When you press "m" while selecting files the first marked file is moved to
  338. the current cursor position.  This allows you to move file names which
  339. makes it possible to copy files in any order rather than just in the order
  340. they appear in the directory.  The 1581 copier adds the "S" command which
  341. allows you to sort the file names.
  342.  
  343. Both the 1571 and 1581 copiers work very much the same as the 1541 copier
  344. as described above.  These copiers have the ability to copy files from any
  345. subdirectory to any other subdirectory on the same or different disks. The
  346. following applies to 1581's only.
  347.  
  348. Source Subdirectory:
  349.  
  350.     Press RETURN on this option to select a subdirectory for your source
  351. disk.  You will see a list of possible subdirectories from the current
  352. subdirectory.  Select a subdirectory by moving the cursor to the
  353. subdirectory name and then press SPACE.  The "Source Subdirectory" will
  354. then show the subdirectory that is used for the source files.
  355.  
  356. Destination Subdirectory:
  357.  
  358.     This option works the same as the source option.  This is the
  359. subdirectory that files are copied to.  You may go into subdirectories as
  360. many levels deep as need by re-selecting either of the above options.
  361.  
  362. Notes:
  363.  
  364. You can return to the root directory for either or both the source and
  365. destination device by toggling the corresponding device number.  If you
  366. exit and return to the file copier both the source and destination
  367. directories are reset to the root.
  368.  
  369. No check is performed on any source or destination you place into a device.
  370. If you select either a source and/or destination subdirectory make
  371. absolutely certain you have the correct disk in the device during the copy
  372. procedure.  Failure to do this will most assuredly corrupt your destination
  373. disk.
  374.  
  375.  
  376.  Compare 2 Disks
  377.  ---------------
  378.  
  379.     This utility allows you to compare the data, sector by sector, of two
  380. diskettes.
  381.  
  382. Disk Directory:
  383.  
  384.      Shows the directory of the disk in the current device.
  385.  
  386. Compare Two Disks:
  387.  
  388.      After you have set all the options below you select this option to
  389. compare two disks.  The data in each sector of the first disk is compared
  390. to the data of the corresponding sector of a second disk.  This option will
  391. ask you to swap disks (up to 3 times).
  392.  
  393. Device:
  394.  
  395.      This is the device accessed by this module.  When you enter this
  396. module this option is automatically set to the default device specified in
  397. "Disk Functions."
  398.  
  399. Start Track:
  400.  
  401.      This is the track at which the comparison begins.
  402.  
  403. End Track:
  404.  
  405.      This is the last track to be compared.
  406.  
  407. ID's must match:
  408.  
  409.      "No"   The two disks used in the comparison can have different format
  410. id's.  Just the data blocks must match.
  411.  
  412.      "Yes"  The disks must have the same format id or the comparison will
  413. report a verify error.
  414.  
  415.      You will almost always want this option to "no" otherwise the verify
  416. process will slow to a crawl.
  417.  
  418. Notes:
  419.  
  420. This utility uses the capture buffer for a data buffer.  Before you use
  421. this utility make sure that the buffer does not contain any important
  422. information in it or it will be wiped out!
  423.  
  424. After a comparison is done you will see a "press return" prompt at the
  425. bottom of the screen.  When you press RETURN the current device is
  426. initialized with the "i0" string.  Make sure there is a formatted disk in
  427. the device before you press RETURN or a "bump" may occur.
  428.  
  429. The only time you can abort a comparison is by pressing the ESCape key at a
  430. disk swap prompt.
  431.  
  432. If the clock display is on you will notice that it stops while the utility
  433. works.  This is normal.  The time will correct itself at prompts after the
  434. routine has finished.
  435.  
  436. As of this writing this module supports the 1541 only.  If you attempt to
  437. access any device other than a 1541 you will get a "Device not present"
  438. error.
  439.  
  440.  
  441.  Compare 2 Disks Dual Drive
  442.  --------------------------
  443.  
  444.     This utility allows you to compare the data, sector by sector, of two
  445. diskettes using 2 drives.
  446.  
  447. Disk Directory:
  448.  
  449.      Shows the directory of the disk in the current device.
  450.  
  451. Device:
  452.  
  453.      This is the device accessed by this module.  When you enter this
  454. module this option is automatically set to the default device specified in
  455. "Disk Functions".
  456.  
  457. Start Track:
  458.  
  459.      This is the track at which the comparison begins.
  460.  
  461. End Track:
  462.  
  463.      This is the last track to be compared.
  464.  
  465. Compare Two Disks:
  466.  
  467.      After you have set all the options you select this option to compare
  468. two disks.  The data in each sector of the first disk is compared to the
  469. data of the corresponding sector of a second disk.
  470.  
  471. Notes:
  472.  
  473. After a comparison is done you will see a read report of the source disk,
  474. and a "press return" prompt at the bottom of the screen.  When you press
  475. RETURN you will see the verify (comparison) report.
  476.  
  477. If the clock display is on you will notice that it stops while the utility
  478. works.  This is normal.  The time will correct itself after the routine has
  479. finished.  As of this writing this module supports the 1541 only.  If you
  480. attempt to access any device other than a 1541 you will get a "Device not
  481. present" error.
  482.  
  483.